Blazor | ComponentOne
C1.DataCollection Assembly / C1.DataCollection Namespace / C1SequenceDataCollection<T> Class / C1SequenceDataCollection<T> Constructor
A collection of data-collections that will appear as a single collection one after the other.

In This Topic
    C1SequenceDataCollection<T> Constructor
    In This Topic
    Initializes a new instance of the C1SequenceDataCollection<T> class.
    Syntax
    'Declaration
     
    
    Public Function New( _
       Optional ByVal collections As IEnumerable(Of IDataCollection(Of T)) _
    )
    public C1SequenceDataCollection<T>( 
       IEnumerable<IDataCollection<T>> collections
    )

    Parameters

    collections
    A collection of data-collections that will appear as a single collection one after the other.
    See Also